home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / PGM_TOOL / RLINE_OP / README < prev    next >
Text File  |  1989-10-09  |  1KB  |  39 lines

  1. README FILE for RLINE.COM archive.
  2.  
  3. Copyright notice:
  4.  
  5.     RLINE.COM and all the routines contained in the files in the
  6.     RLINE.COM archive copyrighted by Don Strenczewilk.  The routines
  7.     may be freely used in your own programs and/or distributed, but
  8.     RLINE.COM or any of the routines are not to be sold.
  9.  
  10.  
  11.  
  12. FILES:
  13.  
  14. UNITS:
  15. RLINE.ASM
  16.     TASM source for the RFobject methods.
  17.  
  18. RLINE.PAS
  19.     RFobject - low level fast buffered text file reading/seeking object.
  20.     RFextended - adds FileSize, Error string, and Reset.
  21.         FileOfLines - adds indexing and SeekLine.
  22.  
  23. MOVEOPS.PAS Objects for displaying strings and moving around the screen.
  24.     Rectangle - describes a rectangular area of the screen.
  25.     ScreenR - adds ability to move about in the rectanle.
  26.     Scroller - adds searching and autoscrolling.
  27.  
  28. READERS.PAS
  29.     Reader - Combines Scroller and FileOfLines Object to allow
  30.                  viewing/scrolling through ascii files.
  31.  
  32.  
  33. EXAMPLE PROGRAMS:
  34. RLTEST.PAS - timing comparison between ReadLn/FReadLn, and other tests.
  35. SEEME.PAS  - view/scroll/search through ascii file passed on command line.
  36. OVIEW.PAS  - dual-window Object viewing program, views TP5.5 OOP source
  37.              code. Filename is entered on command line.
  38.  
  39.